home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / gnuplothel / pformat < prev    next >
Text File  |  1994-10-22  |  359b  |  16 lines

  1. pformat:
  2.  
  3. Synopsis: Sets the format.
  4.  
  5. Syntax: pformat ( "format-string", "axis", I )
  6.  
  7. Description:
  8.  
  9.     Sends a format-string to the I:th GNUPLOT-window.
  10.     "axis" can be "x", "y", "z", "xy", or nothing (which is the
  11.     same as "xy"), setting the format to, for example, "%g" or 
  12.     "%.2f" or "%3.0fm".
  13.     
  14.     If 'I' is not specified the default plot-window (0) is used.
  15.  
  16.